home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!bjg
- From: Brad Grossman <bjg@primenet.com>
- Newsgroups: comp.lang.c++
- Subject: Class Pointer Array (HELP)
- Date: 4 Mar 1996 15:53:01 -0700
- Organization: Primenet (602)395-1010
- Sender: root@primenet.com
- Message-ID: <4hfs8d$a0@nnrp1.news.primenet.com>
- X-Posted-By: bjg@usr2.primenet.com
-
- ....I'm trying to make a program to do the dos DIR function for starters,
- then use the info for a few things. I made up a class FileData to hold
- the file info. The prog should work by reading each file, and putting
- the information into a pointer array of FileData that sorts the
- information as it is entered. Only thing is, I am using the new operator
- to create new instances to be pointed to and sorted into the array is not
- working. I got this same routine to work with integers, but can't get it
- wo work with the class. Help!!!
-
-
- --
- Brad Grossman "Energy derives from both the plus and negative"
- Metallica, Eye of the Beholder
-